/* Welcome to Compass.
 * In this file you should write your main styles. (or centralize your imports)
 * Import this file using the following HTML or equivalent:
 * <link href="/stylesheets/screen.css" media="screen, projection" rel="stylesheet" type="text/css" /> */
/* line 17, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  font-size: 100%;
  vertical-align: baseline;
}

/* line 22, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
html {
  line-height: 1;
}

/* line 24, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
ol, ul {
  list-style: none;
}

/* line 26, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 28, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 30, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q, blockquote {
  quotes: none;
}
/* line 103, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 32, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
a img {
  border: none;
}

/* line 116, E:/fire.app/lib/ruby/compass_0.12/compass-0.12.2/frameworks/compass/stylesheets/compass/reset/_utilities.scss */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}

/* line 1, ../sass/_base.scss */
body {
  background-color: #ffc000;
  font-family: '微軟正黑體';
  height: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 6, ../sass/_base.scss */
body #popGame_info {
  display: none;
  width: 962px;
  height: 708px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -481px;
  margin-top: -354px;
  z-index: 1002;
  background: url("../img/lightbox/game_info.png");
}
/* line 17, ../sass/_base.scss */
body #popGame_info #gameInfo_close {
  width: 38px;
  height: 37px;
  display: block;
  position: absolute;
  background: url("../img/lightbox/close.png");
  top: 25px;
  right: 25px;
}
/* line 26, ../sass/_base.scss */
body #popGame_info .more {
  position: absolute;
  font-size: 14px;
  font-weight: bold;
  color: #715500;
  border-bottom: 1px solid #715500;
  bottom: 45px;
  left: 200px;
}
/* line 38, ../sass/_base.scss */
body #popNotice {
  display: none;
  width: 962px;
  height: 708px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -481px;
  margin-top: -354px;
  z-index: 1002;
  background: url("../img/lightbox/notice.png");
}
/* line 49, ../sass/_base.scss */
body #popNotice #gameInfo_close {
  width: 38px;
  height: 37px;
  display: block;
  position: absolute;
  background: url("../img/lightbox/close.png");
  top: 25px;
  right: 25px;
}
/* line 60, ../sass/_base.scss */
body #popVideo {
  display: none;
  width: 696px;
  height: 577px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -348px;
  margin-top: -288px;
  z-index: 1002;
  background: url("../img/lightbox/video_share_bg.png");
}
/* line 71, ../sass/_base.scss */
body #popVideo #gameInfo_close {
  width: 38px;
  height: 37px;
  display: block;
  position: absolute;
  background: url("../img/lightbox/close.png");
  top: 25px;
  right: 25px;
}
/* line 80, ../sass/_base.scss */
body #popVideo .popVideo_frame {
  width: 491px;
  height: 310px;
  position: absolute;
  top: 139px;
  left: 97px;
}
/* line 87, ../sass/_base.scss */
body #popVideo .btn_video_share {
  position: absolute;
  background: url("../img/lightbox/video_share_btn.png");
  width: 267px;
  height: 60px;
  display: block;
  bottom: 30px;
  left: 225px;
}
/* line 95, ../sass/_base.scss */
body #popVideo .btn_video_share:hover {
  background-position: 0 -60px;
}
/* line 101, ../sass/_base.scss */
body .mask {
  display: none;
  position: fixed;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=70);
  opacity: 0.7;
  background: #000;
  z-index: 1001;
  cursor: pointer;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}
/* line 113, ../sass/_base.scss */
body #wrapper {
  position: relative;
  width: 1000px;
  margin: 0 auto;
  height: 880px;
}
/* line 118, ../sass/_base.scss */
body #wrapper #top {
  padding: 15px 20px;
  z-index: 99999;
  width: 100%;
  overflow: hidden;
}
/* line 124, ../sass/_base.scss */
body #wrapper #top div {
  float: left;
}
/* line 127, ../sass/_base.scss */
body #wrapper #top #nav {
  margin: 0 20px;
}
/* line 129, ../sass/_base.scss */
body #wrapper #top #nav a {
  display: block;
  float: left;
  background: url("../img/header/header_link.png");
}
/* line 134, ../sass/_base.scss */
body #wrapper #top #nav .btn_info {
  width: 148px;
  height: 46px;
}
/* line 137, ../sass/_base.scss */
body #wrapper #top #nav .btn_info:hover {
  background-position: 0px -7px;
}
/* line 141, ../sass/_base.scss */
body #wrapper #top #nav .btn_game {
  width: 240px;
  height: 46px;
  background-position: -148px 0;
}
/* line 145, ../sass/_base.scss */
body #wrapper #top #nav .btn_game:hover {
  background-position: -148px -7px;
}
/* line 149, ../sass/_base.scss */
body #wrapper #top #nav .btn_win {
  width: 151px;
  height: 46px;
  background-position: -388px 0;
}
/* line 153, ../sass/_base.scss */
body #wrapper #top #nav .btn_win:hover {
  background-position: -388px -7px;
}
/* line 158, ../sass/_base.scss */
body #wrapper #top #share {
  margin-top: 10px;
}
/* line 160, ../sass/_base.scss */
body #wrapper #top #share a {
  display: block;
  float: left;
}
/* line 164, ../sass/_base.scss */
body #wrapper #top #share .fb_link {
  background: url("../img/header/fb_icon.png");
  width: 38px;
  height: 36px;
}
/* line 169, ../sass/_base.scss */
body #wrapper #top #share .like_bg {
  margin-left: 10px;
  display: block;
  background: url("../img/header/like_bg.png");
  width: 118px;
  height: 37px;
}
/* line 175, ../sass/_base.scss */
body #wrapper #top #share .like_bg .like_link {
  padding: 10px 14px;
}
/* line 181, ../sass/_base.scss */
body #wrapper #con {
  height: 790px;
  width: 100%;
  padding: 10px 0 10px 40px;
}
/* line 188, ../sass/_base.scss */
body #footer {
  font-family: '微軟正黑體';
  height: 55px;
  position: relative;
  bottom: 0;
  min-width: 1000px;
  background-color: #fff;
  display: block;
}
/* line 196, ../sass/_base.scss */
body #footer .footer_wrap {
  width: 1000px;
  margin: 0 auto;
}
/* line 199, ../sass/_base.scss */
body #footer .footer_wrap .wrap {
  overflow: hidden;
  width: 100%;
  padding-top: 10px;
}
/* line 203, ../sass/_base.scss */
body #footer .footer_wrap .wrap div {
  float: left;
  margin-right: 13px;
}
/* line 206, ../sass/_base.scss */
body #footer .footer_wrap .wrap div span {
  float: left;
  font-size: 18px;
  font-weight: bold;
  padding-top: 10px;
}
/* line 212, ../sass/_base.scss */
body #footer .footer_wrap .wrap div a {
  float: left;
}

/* line 3, ../sass/_index.scss */
#index #video_share {
  padding-left: 80px;
  overflow: hidden;
  margin-top: -20px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 8, ../sass/_index.scss */
#index #video_share .video_frame {
  float: left;
  width: 498px;
  height: 329px;
  display: block;
  background: url("../img/video_bg.png") no-repeat;
  padding: 40px 0 0 40px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 17, ../sass/_index.scss */
#index #video_share .bear {
  float: left;
}
/* line 20, ../sass/_index.scss */
#index #video_share .btn_video {
  display: block;
  background: url("../img/video_share.png");
  width: 186px;
  height: 48px;
  position: absolute;
  right: 180px;
  top: 620px;
}
/* line 28, ../sass/_index.scss */
#index #video_share .btn_video:hover {
  background-position: 0 -7px;
}
/* line 33, ../sass/_index.scss */
#index .game_start {
  position: absolute;
  bottom: 30px;
  right: 70px;
}

/* line 2, ../sass/_game.scss */
#game #game_wrap {
  width: 100%;
  height: 614px;
  position: relative;
  background: url("../img/book.png");
}
/* line 13, ../sass/_game.scss */
#game #game_wrap .chose_num {
  color: #ff0000;
}
/* line 16, ../sass/_game.scss */
#game #game_wrap a {
  position: absolute;
}
/* line 19, ../sass/_game.scss */
#game #game_wrap .drag_here {
  width: 200px;
  height: 100px;
  position: absolute;
  top: 325px;
  left: 355px;
}
/* line 26, ../sass/_game.scss */
#game #game_wrap .chose_num {
  position: absolute;
  font-weight: bold;
  font-size: 32px;
  bottom: 85px;
  left: 583px;
}
/* line 33, ../sass/_game.scss */
#game #game_wrap .game_btn {
  position: absolute;
  bottom: 50px;
  left: 312px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 38, ../sass/_game.scss */
#game #game_wrap .game_btn a {
  background: url("../img/game_click.png") no-repeat;
  display: block;
  position: absolute;
  width: 130px;
  height: 39px;
  float: left;
}
/* line 46, ../sass/_game.scss */
#game #game_wrap .game_btn .btn_reset {
  background-position: 0 0;
}
/* line 48, ../sass/_game.scss */
#game #game_wrap .game_btn .btn_reset:hover {
  background-position: 0 -40px;
}
/* line 52, ../sass/_game.scss */
#game #game_wrap .game_btn .btn_start {
  left: 150px;
  background-position: -143px 0;
}
/* line 55, ../sass/_game.scss */
#game #game_wrap .game_btn .btn_start:hover {
  background-position: -143px -40px;
}
/* line 60, ../sass/_game.scss */
#game #game_wrap #bus {
  cursor: pointer;
  top: 490px;
  left: 80px;
}
/* line 64, ../sass/_game.scss */
#game #game_wrap #bus .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 72, ../sass/_game.scss */
#game #game_wrap #car {
  cursor: pointer;
  top: 360px;
  left: 15px;
}
/* line 76, ../sass/_game.scss */
#game #game_wrap #car .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 85, ../sass/_game.scss */
#game #game_wrap #elder {
  cursor: pointer;
  top: 210px;
  left: -15px;
}
/* line 89, ../sass/_game.scss */
#game #game_wrap #elder .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 97, ../sass/_game.scss */
#game #game_wrap #drunk {
  cursor: pointer;
  top: 80px;
  left: 85px;
}
/* line 101, ../sass/_game.scss */
#game #game_wrap #drunk .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 109, ../sass/_game.scss */
#game #game_wrap #sign {
  cursor: pointer;
  top: 0px;
  left: 260px;
}
/* line 113, ../sass/_game.scss */
#game #game_wrap #sign .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 121, ../sass/_game.scss */
#game #game_wrap #bike {
  cursor: pointer;
  top: 0px;
  left: 480px;
}
/* line 125, ../sass/_game.scss */
#game #game_wrap #bike .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 133, ../sass/_game.scss */
#game #game_wrap #people {
  cursor: pointer;
  top: 55px;
  left: 650px;
}
/* line 137, ../sass/_game.scss */
#game #game_wrap #people .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 145, ../sass/_game.scss */
#game #game_wrap #children {
  cursor: pointer;
  top: 200px;
  left: 780px;
}
/* line 149, ../sass/_game.scss */
#game #game_wrap #children .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 157, ../sass/_game.scss */
#game #game_wrap #moto {
  cursor: pointer;
  top: 360px;
  left: 800px;
}
/* line 161, ../sass/_game.scss */
#game #game_wrap #moto .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 169, ../sass/_game.scss */
#game #game_wrap #taxi {
  cursor: pointer;
  top: 490px;
  left: 700px;
}
/* line 173, ../sass/_game.scss */
#game #game_wrap #taxi .mask_yellow {
  background-color: #ffc000;
  position: absolute;
  filter: progid:DXImageTransform.Microsoft.Alpha(Opacity=0);
  opacity: 0;
  width: 158px;
  height: 119px;
}
/* line 182, ../sass/_game.scss */
#game #wrongPop {
  display: none;
  width: 656px;
  height: 397px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -328px;
  margin-top: -198px;
  z-index: 99999;
  background: url("../img/lightbox/wrong.png");
}
/* line 193, ../sass/_game.scss */
#game #wrongPop .btn_again {
  background: url("../img/lightbox/back.png") no-repeat;
  width: 150px;
  height: 45px;
  display: block;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
/* line 202, ../sass/_game.scss */
#game #wrongPop .btn_again:hover {
  background-position: 0 -47px;
}
/* line 206, ../sass/_game.scss */
#game #wrongPop #gameInfo_close {
  width: 38px;
  height: 37px;
  display: block;
  position: absolute;
  background: url("../img/lightbox/close.png");
  top: 25px;
  right: 25px;
}
/* line 216, ../sass/_game.scss */
#game #successPop {
  display: none;
  width: 656px;
  height: 397px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -328px;
  margin-top: -198px;
  z-index: 1002;
  background: url("../img/lightbox/success.png");
}
/* line 227, ../sass/_game.scss */
#game #successPop form {
  position: absolute;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
}
/* line 230, ../sass/_game.scss */
#game #successPop form .form_input {
  position: absolute;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  top: 140px;
  left: 230px;
}
/* line 235, ../sass/_game.scss */
#game #successPop form .form_input input {
  margin-bottom: 13px;
  display: block;
  width: 300px;
  height: 25px;
}
/* line 242, ../sass/_game.scss */
#game #successPop form .form_check {
  position: absolute;
  top: 314px;
  left: 55px;
}
/* line 246, ../sass/_game.scss */
#game #successPop form .form_check input {
  width: 15px;
  height: 15px;
  margin-bottom: 8px;
  display: block;
}
/* line 254, ../sass/_game.scss */
#game #successPop .policy {
  color: #4c3900;
  font-size: 17px;
  font-weight: bold;
  border-bottom: 1px #4c3900 solid;
  position: absolute;
  bottom: 65px;
  left: 148px;
}
/* line 263, ../sass/_game.scss */
#game #successPop .btn_submit {
  display: block;
  width: 150px;
  height: 45px;
  background: url("../img/lightbox/submit.png") no-repeat;
  position: absolute;
  right: 40px;
  bottom: 40px;
}
/* line 271, ../sass/_game.scss */
#game #successPop .btn_submit:hover {
  background-position: 0 -45px;
}
/* line 276, ../sass/_game.scss */
#game #successPop #gameInfo_close {
  width: 38px;
  height: 37px;
  display: block;
  position: absolute;
  background: url("../img/lightbox/close.png");
  top: 25px;
  right: 25px;
}
/* line 286, ../sass/_game.scss */
#game #answerPop {
  display: none;
  padding: 30px 60px;
  width: 656px;
  height: 397px;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: -328px;
  margin-top: -198px;
  z-index: 1002;
  background: url("../img/lightbox/pop_bg.png") no-repeat;
}
/* line 298, ../sass/_game.scss */
#game #answerPop .ansType {
  font-size: 22px;
  font-weight: bold;
  color: #4c3900;
  padding: 10px 0;
}
/* line 304, ../sass/_game.scss */
#game #answerPop .question {
  line-height: 32px;
  font-size: 22px;
  font-weight: bold;
  border-bottom: 1px dotted #4c3900;
  padding: 30px 0 20px 0;
  color: #4c3900;
}
/* line 312, ../sass/_game.scss */
#game #answerPop .ansIs {
  display: block;
  overflow: hidden;
  padding: 0px 165px;
  position: absolute;
  bottom: 60px;
}
/* line 318, ../sass/_game.scss */
#game #answerPop .ansIs .yes, #game #answerPop .ansIs .no {
  float: left;
  margin: 0 20px;
}
/* line 322, ../sass/_game.scss */
#game #answerPop .ansIs .no {
  float: left;
  width: 68px;
  height: 68px;
  background: url("../img/lightbox/false.png") no-repeat;
}
/* line 327, ../sass/_game.scss */
#game #answerPop .ansIs .no:hover {
  background: url("../img/lightbox/false_hover.png") no-repeat;
}
/* line 331, ../sass/_game.scss */
#game #answerPop .ansIs .yes {
  float: left;
  width: 79px;
  height: 79px;
  background: url("../img/lightbox/true.png") no-repeat;
}
/* line 336, ../sass/_game.scss */
#game #answerPop .ansIs .yes:hover {
  background: url("../img/lightbox/true_hover.png") no-repeat;
}
/* line 341, ../sass/_game.scss */
#game #answerPop .ansIs_choice {
  font-size: 22px;
  display: -moz-inline-stack;
  display: inline-block;
  vertical-align: middle;
  *vertical-align: auto;
  zoom: 1;
  *display: inline;
  padding: 0 100px;
}
/* line 345, ../sass/_game.scss */
#game #answerPop .ansIs_choice a {
  margin-bottom: 10px;
}
/* line 347, ../sass/_game.scss */
#game #answerPop .ansIs_choice a:hover {
  color: #ef5b0a;
}
/* line 352, ../sass/_game.scss */
#game #answerPop #gameInfo_close {
  width: 38px;
  height: 37px;
  display: block;
  position: absolute;
  background: url("../img/lightbox/close.png");
  top: 25px;
  right: 25px;
}

/* line 2, ../sass/_winners.scss */
#winners #wrapper {
  height: 1700px !important;
}
/* line 5, ../sass/_winners.scss */
#winners #con {
  padding: 0 !important;
  width: 100%;
  height: 1600px;
}

/* line 12, ../sass/layout.scss */
* {
  font-family: '微軟正黑體';
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
/* line 15, ../sass/layout.scss */
* a {
  text-decoration: none;
}
/* line 18, ../sass/layout.scss */
* a:link {
  color: black;
}
/* line 19, ../sass/layout.scss */
* a:visited {
  color: black;
}
